home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Rokusho.bin / pc / assets / rokusho.dxr / 00200_Script_200 < prev    next >
Text File  |  2001-12-07  |  191b  |  10 lines

  1. global gogogo
  2.  
  3. on exitframe 
  4.   gogogo = 0
  5.   if the platform contains "mac" then tval = "mac"
  6.   else  tval = "win"
  7.   
  8.   castLib("vid").fileName = the moviePath & ("vid" & tval)
  9.   
  10. end